home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / www / stik / scripts / a-net.fr / dial.scr < prev    next >
Encoding:
Text File  |  1995-10-31  |  643 b   |  40 lines

  1. #
  2. #   Dial script file for STiK.ACC
  3. #
  4. #   Dial Script Part 1  -  Establishing the connection.
  5. #
  6. BAUD_RATE = 57600
  7. HANGUP = DTR
  8. PREFIX = ATDT
  9. INIT = ATZ0
  10. #
  11. #   Dialing paramaters.
  12. #
  13. CONNECT_WAIT = 35
  14. REDIAL_DELAY = 120
  15. PHONE_NUMBER = 99675858
  16. #
  17. #   Determining connection success/failure.
  18. #
  19. SUCCESS = CONNECT
  20. FAILURE = NO DIALTONE
  21. FAILURE = BUSY
  22. FAILURE = NO ANSWER
  23. FAILURE = NO CARRIER
  24. FAILURE = BLACKLISTED
  25. #
  26. #
  27. #   Dial Script Part 2  -  Log in to the Service Provider.
  28. #
  29. FIND = login:
  30. RESP = judas
  31. #
  32. FIND = Password:
  33. RESP = ************
  34. #
  35. FIND = bera>
  36. RESP = slip
  37. #
  38. FIND = Now you are 
  39. RESP = $GET_IP
  40. #